/* 合作伙伴 */
.cooperate-p {
    margin-bottom: .625rem;
}

.cooperate-p h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SourceHanSansCN-Medium';
    font-size: .325rem;
    color: #374668;
    text-align: center;
    height: .5rem;
    font-weight: 500;
    margin: .1875rem 0;
}

.cooperate-list ul li {
    float: left;
    width: 15%;
    height: .75rem;
    margin-left: .25rem;
    margin-bottom: .25rem;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    display: flex;
    /* 使用flex布局 */
    align-items: center;
    /* 垂直居中图片 */
    justify-content: center;
    /* 水平居中图片 */
}

.cooperate-list ul li img {
    width: 100%;
    height: 100%;
}